numeric$54043$ - traduzione in olandese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

numeric$54043$ - traduzione in olandese

Numeric tower
  • A representation of the numerical tower with five types of numbers.

numeric      
adj. numeriek
numeric analysis         
STUDY OF ALGORITHMS THAT USE NUMERICAL APPROXIMATION FOR THE PROBLEMS OF MATHEMATICAL ANALYSIS
Numerical Analysis; Numerical solution; Numerical methods; Numerical approximation; Numerically; Numerical computation; Numberic; Numerical mathematics; Numerical calculus; Numeric analysis; Numerical algorithm; Numeric method; Numeral analysis; Numerical software; Numerical programming; Numerical evaluation; Numerical calculation; Numeric computation; Numerical computing; Numerical analysis software; Numerical analyst; History of numerical analysis; Numeric algorithm
analyse in getallen uitgedrukt (oplossing van formules (wiskunde, computerkunde))
numerical analysis         
STUDY OF ALGORITHMS THAT USE NUMERICAL APPROXIMATION FOR THE PROBLEMS OF MATHEMATICAL ANALYSIS
Numerical Analysis; Numerical solution; Numerical methods; Numerical approximation; Numerically; Numerical computation; Numberic; Numerical mathematics; Numerical calculus; Numeric analysis; Numerical algorithm; Numeric method; Numeral analysis; Numerical software; Numerical programming; Numerical evaluation; Numerical calculation; Numeric computation; Numerical computing; Numerical analysis software; Numerical analyst; History of numerical analysis; Numeric algorithm
numerieke analyse (oplossing van formules door middel van nabij komende getallen (wiskunde, computerwetenschappen)

Definizione

numeric keypad
<hardware> A keypad that has become a standard feature of PC keyboards, consisting of a rectangular array of 17 extra keys at the right-hand end: 0-9, ., Num Lock, /, *, -, + and Enter. Apart from Num Lock, these typically duplicate the function of other keys but are designed to make entering basic numerical calculations as quick as on a digital calculator. It is often possible to assign completely different functions to these keys according to the needs of a particular application. (2007-01-31)

Wikipedia

Numerical tower

In Scheme and in Lisp dialects inspired by it, the numerical tower is a set of data types that represent numbers and a logic for their hierarchical organisation.

Each type in the tower conceptually "sits on" a more fundamental type, so an integer is a rational number and a number, but the converse is not necessarily true, i.e. not every number is an integer. This asymmetry implies that a language can safely allow implicit coercions of numerical types—without creating semantic problems—in only one direction: coercing an integer to a rational loses no information and will never influence the value returned by a function, but to coerce most reals to an integer would alter any relevant computation (e.g., the real 1/3 does not equal any integer) and is thus impermissible.